home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 January / EnterCD 0105.iso / Grafika / DigiBookShelf 11.0 / D110TRENG.EXE / HELP / regist.swf / scripts / frame_45 / DoAction.as
Encoding:
Text File  |  2004-09-21  |  314 b   |  17 lines

  1. if(_root.is_connect == 1)
  2. {
  3.    if(!load_state)
  4.    {
  5.       swf_url = "http://www.kuraemon.com/software/regist/" + productid;
  6.       loadMovie(swf_url,_root.baseMC.targetMC);
  7.       load_state = true;
  8.    }
  9. }
  10. else if(_root.is_connect == "")
  11. {
  12.    load_state = false;
  13. }
  14. else if(_root.is_connect == 0)
  15. {
  16. }
  17.